go.uber.org/atomic.Uint64.CAS (method)

one use

	go.uber.org/atomic (current package)
		uint64.go#L71: func (i *Uint64) CAS(old, new uint64) (swapped bool) {